Friend-to-friend
Part of a series on |
File sharing |
Technologies |
|
Development and societal aspects |
|
Non-public file sharing |
|
File sharing networks and services |
|
By country or region |
|
|
A friend-to-friend (or F2F) computer network is a type of peer-to-peer network in which users only make direct connections with people they know. Passwords or digital signatures can be used for authentication.
Many F2F networks support indirect anonymous or pseudonymous communication between users who do not know or trust one another. For example, a node in a friend-to-friend overlay can automatically forward a file (or a request for a file) anonymously between two friends, without telling either of them the other's name or IP address. These friends can in turn forward the same file (or request) to their own friends, and so on.
Unlike other kinds of private P2P, users in a friend-to-friend network cannot find out who else is participating beyond their own circle of friends, so F2F networks can grow in size without compromising their users' anonymity. Turtle, WASTE, GNUnet, Freenet and OneSwarm are examples of software that can be used to build F2F networks, though of these only Turtle is configured for friend-to-friend operation by default.
Dan Bricklin coined the term "friend-to-friend network" in 2000.[1]
Potential applications of F2F
- Online reputations could be constructed and verified using an anonymous F2F overlay: each document on the network would be automatically given a new trust rating by each node forwarding it, for example by multiplying the old trust rating by the reputation of the provider. If a document appeared to be incorrect, the recipient could manually decrease the local reputation of the friend who provided it, decrease the trust rating of the document, or even block the document from being exchanged again through their node. [2]
Software
F2F software with support for anonymous forwarding
- Freenet (Open Source, Windows/GNU+Linux/Mac OS X, from version 0.7 optionally F2F with the "opennet" option disabled)
- GNUnet (Open Source, GNU+Linux/Windows/Mac OS X, optionally F2F with the "F2F topology" option enabled)
- Retroshare (Open Source, Win/Lin/Mac, Friend management based on PGP)
- OneSwarm (Open Source, Win/Lin/Mac, backwards compatible with BitTorrent)
- Turtle F2F (Open Source, Linux only)
- Alliancep2p (torrent based)
F2F software with support for pseudonymous forwarding
- anoNet (pseudonymous, based on standard VPN software)
- WASTE (Open Source, Win/Linux/Mac, optionally F2F with the "ping packets" option disabled)
F2F software without support for forwarding
Main article:
Private P2P
- LimeWire (Open Source, Win/Linux/Mac, from version 5.0)
- Tudzu (Freeware, Win/Linux)
See also
References
- B.C. Popescu, B. Crispo, and A.S. Tanenbaum. "Safe and Private Data Sharing with Turtle: Friends Team-Up and Beat the System." In 12th International Workshop on Security Protocols, Cambridge, UK, April 2004.
- T. Chothia and K. Chatzikokolakis. "A Survey of Anonymous Peer-to-Peer File-Sharing." In Proceedings of the IFIP International Symposium on Network-Centric Ubiquitous Systems (NCUS 2005), Nagasaki, Japan, volume 3823 of Lecture Notes in Computer Science, pages 744-755. Springer, 2005.
- J. Li and F. Dabek. "F2F: Reliable Storage in Open Networks." In 5th International Workshop on Peer-to-Peer Systems (IPTPS '06), Santa Barbara, CA, USA, February 2006.
- M. Rogers and S. Bhatti. "How to Disappear Completely: A Survey of Private Peer-to-Peer Networks." In 1st International Workshop on Sustaining Privacy in Collaborative Environments (SPACE 2007), Moncton, NB, Canada, July 2007.
- Numbered references:
- ^ Friend-to-Friend Networks Dan Bricklin, August 11 2000
- ^ Bouillon: A wiki-wiki social web V Grishchenko - Computer Science–Theory and Applications, 2007 - Springer
External links